FlexReport for WinForms
TryGetValue メソッド (C1SortedList<TKey,TValue>)


C1.Document アセンブリ > C1.Document 名前空間 > C1SortedList<TKey,TValue> クラス : TryGetValue メソッド
The specified key.
The value corresponding to the key.
Gets the value by specified key.
シンタックス
'宣言
 
Public Function TryGetValue( _
   ByVal key As TKey, _
   ByRef value As TValue _
) As System.Boolean
'使用法
 
Dim instance As C1SortedList(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
Dim value As System.Boolean
 
value = instance.TryGetValue(key, value)
public System.bool TryGetValue( 
   TKey key,
   out TValue value
)

パラメータ

key
The specified key.
value
The value corresponding to the key.

戻り値の型

True if the value was found in the collection; otherwise, false.
参照

参照

C1SortedList<TKey,TValue> クラス
C1SortedList<TKey,TValue> メンバ